home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio / Ray Dream Studio (CDRAYD1) (Ray Dream) (1995).iso / DREAMSDK.WIN / README.TXT
Text File  |  1995-11-06  |  2KB  |  67 lines

  1. DreamSDK contents:
  2. ------------------
  3.  
  4. - DOC :
  5. The DOC folder contains all the Documentation about the Dream SDK 
  6. in the Adobe Acrobat format.
  7.  
  8. - DemoExt
  9. This folder contains all the compiled samples with their .dta files,
  10. ready to use in Ray Dream Studio or Ray Dream Designer 4
  11.  
  12. - Scenes
  13. Some example scenes have been made to help you using the new extensions.
  14. they are in the RD4 file format.
  15.  
  16. - Include
  17. You will find all the API include in this folder. There are both EVX 
  18. and COM API headers. They are the same on Mac and Windows platforms.
  19.  
  20. - Lib
  21. This folder contains the libraries to compile the extensions.
  22.  
  23. - Samples
  24. You will find all the source code of the extensions made with the API.
  25. They are sorted by family. If there is more than one example of the same
  26. family they can be separated in sub-folders.
  27. If a samples have an example of Windows resource, you will find it the
  28. Win_Res sub-directory.
  29. All samples are given with a makefile for MSVC 2.2 on Windows or
  30. Metrowerks for Mac 68K and PPC.
  31.  
  32.  
  33. Hierarchy:
  34. ----------
  35. \DreamSDK
  36.     \DemoExt
  37.     \Doc
  38.     \Include
  39.     \Lib
  40.     \Samples
  41.         \Ambient               
  42.         \Atmos                 fog
  43.         \Backdrop              
  44.         \Backgrnd              Sunset
  45.         \Behavior              In-Middle
  46.         \Camera                Spheric and Conic Camera
  47.         \Deformer              Pyramidal Deformer
  48.         \Exporter              DXF exporter
  49.         \Gel                   Star Gel
  50.         \Importer           DXF importer
  51.         \Light                 Beams Light (Disco Light)
  52.         \Link                  move your object like a screw
  53.         \Primitiv
  54.              \3DStar           3D Star
  55.                  \Win_Res      3D Star with windows resource
  56.              \Flat             Flat Surface (Rectangular)
  57.              \Sphere           Ray Tracing primitive example
  58.              \Teapot           Patches primitive example
  59.         \Renderer              Not implemented
  60.         \Shader                Checker and "Rainbow"
  61.              \Win_Res          Checker with windows resource
  62.         \Tweener               Oscillator
  63.     \Scenes
  64.  
  65.  
  66.  
  67.